home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-075.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  67 lines

  1. # This script was automatically generated from the dsa-075
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. The telnet daemon contained in the netkit-telnet-ssl_0.16.3-1 package in
  12. the \'stable\' (potato) distribution of Debian GNU/Linux is vulnerable to an
  13. exploitable overflow in its output handling.
  14. The original bug was found by <scut@nb.in-berlin.de>, and announced to
  15. bugtraq on Jul 18 2001. At that time, netkit-telnet versions after 0.14 were
  16. not believed to be vulnerable.
  17.  
  18. On Aug 10 2001, zen-parse posted an advisory based on the same problem, for
  19. all netkit-telnet versions below 0.17.
  20.  
  21. More details can be found on
  22. SecurityFocus.
  23. As Debian uses the \'telnetd\' user to run in.telnetd, this is not a remote
  24. root compromise on Debian systems; the \'telnetd\' user can be compromised.
  25.  
  26. We strongly advise you update your netkit-telnet-ssl packages to the versions
  27. listed below.
  28.  
  29.  
  30.  
  31. Solution : http://www.debian.org/security/2001/dsa-075
  32. Risk factor : High';
  33.  
  34. if (description) {
  35.  script_id(14912);
  36.  script_version("$Revision: 1.4 $");
  37.  script_xref(name: "DSA", value: "075");
  38.  script_cve_id("CVE-2001-0554");
  39.  
  40.  script_description(english: desc);
  41.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  42.  script_name(english: "[DSA075] DSA-075-1 netkit-telnet-ssl");
  43.  script_category(ACT_GATHER_INFO);
  44.  script_family(english: "Debian Local Security Checks");
  45.  script_dependencies("ssh_get_info.nasl");
  46.  script_require_keys("Host/Debian/dpkg-l");
  47.  script_summary(english: "DSA-075-1 netkit-telnet-ssl");
  48.  exit(0);
  49. }
  50.  
  51. include("debian_package.inc");
  52.  
  53. w = 0;
  54. if (deb_check(prefix: 'ssltelnet', release: '2.2', reference: '0.16.3-1.1')) {
  55.  w ++;
  56.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ssltelnet is vulnerable in Debian 2.2.\nUpgrade to ssltelnet_0.16.3-1.1\n');
  57. }
  58. if (deb_check(prefix: 'telnet-ssl', release: '2.2', reference: '0.16.3-1.1')) {
  59.  w ++;
  60.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package telnet-ssl is vulnerable in Debian 2.2.\nUpgrade to telnet-ssl_0.16.3-1.1\n');
  61. }
  62. if (deb_check(prefix: 'telnetd-ssl', release: '2.2', reference: '0.16.3-1.1')) {
  63.  w ++;
  64.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package telnetd-ssl is vulnerable in Debian 2.2.\nUpgrade to telnetd-ssl_0.16.3-1.1\n');
  65. }
  66. if (w) { security_hole(port: 0, data: desc); }
  67.